projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4db36e
)
GtkFlowBox: Add a missing #include
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Jul 2014 03:00:54 +0000
(23:00 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Jul 2014 03:00:54 +0000
(23:00 -0400)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index d0dd345767f148bb5752fc7b203f5d78b5267399..e8374e903142934e8d084890193b84371709d581 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-58,6
+58,7
@@
#include "gtkflowbox.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
+#include "gtkorientableprivate.h"
#include "gtkintl.h"
#include "a11y/gtkflowboxaccessibleprivate.h"